home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / f4w3api / kitins.bat < prev    next >
DOS Batch File  |  1992-01-06  |  140b  |  9 lines

  1. echo off
  2. if ".%1" == "." goto nodest
  3. pkunzip -d -o f4w3api.kit %1
  4. goto done
  5. :nodest
  6. echo Destination drive not specified
  7. :done
  8. exit
  9.